1bashRun a Python script hello.py and redirect its standard output to output.out and standard error to error.err, appending to the files.python hello.py >> "output.out" 2>> "error.err"bash internalfile and stream operationsstream redirection and pipingoutput and error stream redirection